And another keybinding leftover
authorBenjamin Otte <otte@redhat.com>
Thu, 21 Feb 2019 23:07:35 +0000 (00:07 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 21 Feb 2019 23:07:35 +0000 (00:07 +0100)
tests/testgtk.css

index 991e49b6a913b60d5df35818acbb7aff8e017e51..4bd3f366b972150a7dfd46b63c83c3491804aabf 100644 (file)
@@ -1,11 +1,6 @@
 /* testgtk2.css sets all the buttons in the main window to blue by default */
 @import url("testgtk2.css");
 
-@binding-set entry-bindings {
-    bind "<alt>s" { "move-cursor" (visual-positions, 3, 0) };
-    bind "<alt>a" { "move-cursor" (visual-positions, -3, 0) };
-}
-
 * {
     font-family: Sans;
     font-size: 12px;
@@ -24,6 +19,3 @@ label:hover {
     background-color: rgb (0%, 75%, 0);
 }
 
-entry {
-    -gtk-key-bindings: entry-bindings;
-}